home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / data_13 / wmenu.dir / 00065.ls < prev    next >
Encoding:
Text File  |  1995-04-24  |  231 b   |  12 lines

  1. on mouseUp
  2.   global frm
  3.   puppetSound("HitSound")
  4.   set frm to 0
  5.   set frm to frame()
  6.   set myselect to the castNum of sprite 4
  7.   set myview to the name of cast myselect & "W.DIR"
  8.   go(marker(2))
  9.   sound stop 2
  10.   go(1, myview)
  11. end
  12.